kirkwood: remove get_random_hex() and MD5 dependency
authorAndre Przywara <[email protected]>
Wed, 15 Mar 2017 01:19:04 +0000 (01:19 +0000)
committerTom Rini <[email protected]>
Fri, 17 Mar 2017 13:09:20 +0000 (09:09 -0400)
commita5b3b2d91f8b15aaf0f870aa0d5f37f76a4df66b
tree43be901fd9814d932f2ba30aeab0bd5d1e4067a0
parentb504ff9f6bbdd4d3700595f64f3c30c5c9f70d35
kirkwood: remove get_random_hex() and MD5 dependency

Commit 19a5944fcd62 ("mvgbe: remove setting of ethaddr within the
driver") removed the usage of get_random_hex() from the mvgbe driver
about six years ago. However the prototype of that function survived
till today in some kirkwood header file.
Remove that prototype and the CONFIG_MD5 dependency triggered by that.

Signed-off-by: Andre Przywara <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
arch/arm/mach-kirkwood/include/mach/config.h
arch/arm/mach-kirkwood/include/mach/cpu.h